@charset "utf-8"; 
html {
    scroll-behavior: smooth;
}




.header h1,
.footer .logo {
    /* width: 248px;
    height: 58px; */
    width: 300px;
    height: 100px;
    background: url(../images/logo.png) no-repeat left center/contain;
}

.header h1 a,
.footer .logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
}




.header {
    color: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all ease-in-out .4s;
    border-bottom: 1px solid #5e7e93;
}

.header:hover,
.header.active {
    background: #fff;
}

.header .item {
    display: flex;
    align-items: center;
    padding: 0 160px;
}

.header h1 a {
    text-indent: -9999px;
}

.header .nav {
    display: flex;
    margin-left: auto;
}

.header .nav li {
    font-size: 17px;
    white-space: nowrap;
    line-height: 104px;
    height: 104px;
    margin: 0 30px;
    position: relative;
}

.header .nav li::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translate(-50% , 0);
    bottom: -2px;
    transition: all ease-in-out .4s;
    background: #95e522;
}

.header .nav li.active::after,
.header .nav li:hover::after {
    width: 100%;
}

.header .nav li a {
    height: 100%;
    display: inline-block;
}

.header .nav li .nav2 {
	text-align: center;
	line-height: 100px;
	width: 100%;
	height: 100px;
	display: none;
	position: fixed;
	top: 105px;
	left: 0;
    z-index: 999;
	background: #fff;
}

.header .nav li .nav2 .li {
	font-size: 17px;
	display: inline-block;
	position: relative;
}

.header .nav li .nav2 .li:not(:last-child) {
	margin-right: 45px;
}

.header .nav li .nav2 .li a {
	/* color: #666!important; */
	/* font-weight: normal; */
	height: 100%;
	display: inline-block;
}

/* .header .nav li .nav2 .li:hover a {
	color: var(--theme-color)!important;
	font-weight: bold;
} */

.header .nav li .nav2 .li::after {
	content: '';
	width: 0;
	height: 4px;
	top: auto;
	transform: translate(-50% , 0);
	bottom: 0;
	transition: all ease-in-out .4s;
	background: #95e522;
}

.header .nav li .nav2 .li:hover::after {
	width: 100%;
}

.header .search {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-left: auto;
    /* margin-left: 205px; */
    background: url(../images/search.png) no-repeat left center/contain;
}

.header .version {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 20px;
}

.header .form {
	width: 100%;
	padding: 25px 0;
	display: none;
	position: fixed;
	left: 0;
	top: 105px;
    z-index: 999;
	background: #fff;
}

.header .form form {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.header .form input {
	color: #000;
	font-size: 17px;
	width: 100%;
	height: 50px;
	padding-right: 35px;
	border-bottom: 1px solid #dcdcdc;
}

.header .form button {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url(../images/search.png) no-repeat right center/contain;
}




.chain {
    padding: 10px 0;
    border-bottom: 2px solid #95e522;
    background: #e7f5ff;
}

/* .chain li {
    font-size: var(--theme-size);
    line-height: 23px;
    transition: all .3s;
}

.chain li:not(:first-child , :last-child) {
   padding-right: 14px;
   margin-right: 14px;
   border-right: 2px solid #575a5d;
}

.chain li:hover {
    color: var(--theme-color);
}

.chain li a {
    height: 100%;
    display: inline-block;
} */

.chain .item {
    max-width: 1400px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.chain .kp-icon {
    width: 112px;
    height: 57px;
}

.chain .kp-icon img {
    width: 100%;
    height: 100%;
}

.chain .intro {
    color: #444;
    font-size: 16px;
    line-height: 30px;
    width: 1050px;
    margin-left: auto;
}

.chain .intro span {
    font-weight: bold;
}

.chain .intro a {
    color: var(--theme-color);
}

.chain .intro a:hover {
    color: var(--theme-touch-color);
}




.footer {
    color: #939393;
    font-size: 16px;
    background: #f8f8f8;
}

.footer .wrapper {
    display: flex;
    padding: 80px 0;
    border-bottom: 1px solid #bbb;
}

.footer .nav,
.footer .content {
    margin-left: auto;
}

.footer .nav {
    display: flex;
}

.footer .nav dl:not(:last-child) {
    margin-right: 75px;
}

.footer .nav dt {
    color: var(--theme-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .nav dd {
    line-height: 32px;
}

.footer .nav dd:hover {
    color: var(--theme-color);
}

.footer .nav dd a {
    height: 100%;
    display: inline-block;
}

.footer .list {
    margin-bottom: 46px;
}

.footer .list .li:not(:last-child) {
    margin-bottom: 40px;
}

.footer .list .li h4 {
    padding-left: 28px;
    margin-bottom: 13px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .list .li:nth-child(1) h4 {
    background-image: url(../images/phone.png);
}

.footer .list .li:nth-child(2) h4 {
    background-image: url(../images/address.png);
}

.footer .list .li p {
    color: #666;
}

.footer .list .li:nth-child(1) p {
   color: var(--theme-color);
   font-size: 26px;
}

.footer .code {
    display: flex;
}

.footer .code .li {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .code .li:nth-child(1) {
    background-image: url(../images/ft-dy.png);
}

.footer .code .li:nth-child(2) {
    background-image: url(../images/ft-wx.png);
}

.footer .code .li:nth-child(3) {
    background-image: url(../images/ft-xhs.png);
}

.footer .code .li:not(:last-child) {
    margin-right: 32px;
}

.footer .code .li .img {
    width: 120px;
    height: 120px;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -130px;
}

.footer .code .li:hover .img {
    display: block;
}

.footer .code .li img {
    width: 100%;
    height: 100%;
}




.footer .copy {
    line-height: 32px;
    padding: 23px 0;
}




.p-news {
    font-size: 20px;
}

.p-news .container {
    display: flex;
}

.news-slide {
    width: 750px;
    height: 520px;
    overflow: hidden;
    margin: 0;
    position: relative;
    border-radius: 18px;
}

.news-slide .swiper-pagination {
    width: auto;
    height: 14px;
    top: auto;
    right: 53px;
    bottom: 43px;
    left: auto;
}

.news-slide .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 7px!important;
    background: rgba(255 , 255 , 255 , .6);
}

.news-slide .swiper-pagination-bullet-active {
    background: #fff;
}

.news-slide .img {
    height: 420px;
}

.news-slide h4 {
    color: #fff;
    font-size: 22px;
    line-height: 100px;
    height: 100px;
    padding: 0 170px 0 38px;
    transition: all .3s;
    background: var(--theme-color);
}

.news-slide .swiper-slide:hover h4 {
    background: var(--theme-touch-color);
}

.p-news .switch {
    width: 585px;
    margin-left: auto;
}

.p-news .hd {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.p-news .hd li {
    color: #444;
    font-size: 22px;
    cursor: pointer;
    padding-bottom: 30px;
    position: relative;
}

.p-news .hd li.on {
    font-weight: bold;
}

.p-news .hd li:not(:last-child) {
    margin-right: 43px;
}

.p-news .hd li::after {
    content: '';
    width: 0;
    height: 3px;
    top: auto;
    left: 0;
    transform: translate(0);
    bottom: 0;
    transition: all .3s;
    background: var(--theme-color);
}

.p-news .hd li.on::after {
    width: 53px;
}

.p-news .bd .li {
    border-bottom: 1px solid #ddd;
}

.p-news .bd .li a {
    width: 100%;
    display: inline-block;
    padding: 28px 0 6px 0;
}

.p-news .bd .li .item {
    display: flex;
    align-items: center;
}

.p-news .bd .li .time,
.p-news .list .time
{
    color: #cbcbcb;
}

.p-news .bd .li .time i,
.p-news .list .time i {
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.p-news .bd .li .text {
    line-height: 40px;
    width: 455px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.p-news .bd .li:hover p {
    color: var(--theme-color);
    font-weight: bold;
}




.news {
    padding-top: 55px;
}

.news .inner-title {
    padding-bottom: 36px;
    margin-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.news .inner-title::after {
    content: '';
    width: 62px;
    height: 3px;
    top: auto;
    left: 0;
    transform: translate(0);
    bottom: -2px;
    background: var(--theme-color);
}

.news .container {
    margin-bottom: 75px;
}

.news .list {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4f4ff;
}

.news .list:not(:last-child) {
    margin-bottom: 48px;
}

.news .list .text {
    width: 760px;
    /* margin-left: 70px; */
}

.news .list .text span {
    color: #999;
    font-size: 18px;
    display: block;
    margin-top: 40px;
}

.news .list .more {
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    width: auto;
    display: inline-block;
    padding: 0 30px;
    margin-left: auto;
    transition: all ease-in-out .3s;
    background: var(--theme-color);
}

.news .list .more:hover {
    background: var(--theme-touch-color);
}




.newsv {
    padding: 100px 0;
}

.newsv .title {
    margin-bottom: 50px;
    text-align: center;
}

.newsv .title h2 {
    color: #444;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.newsv .title em {
    color: #999;
    font-size: 18px;
    display: block;
}

.newsv .text {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #d2d2d2;
}

.newsv .agrop {
    text-align: center;
}

.newsv .agrop a {
    color: #666;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-right: 101px;
}

.newsv .agrop a:last-child {
    margin-right: 0;
}

.newsv .agrop a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: -51px;
    transform: translate(0 , -50%);
    width: 1px;
    height: 20px;
    background-color: #bfbfbf;
}

.newsv .agrop a:last-child::after {
    display: none;
}

.newsv .agrop a:hover {
    color: var(--theme-color);
}




.infor {
    padding-top: 55px;
}

.infor .inner-title {
    margin-bottom: 50px;
}

.infor .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 18px;
    margin-bottom: 63px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.infor .nav::after {
    content: '';
    width: 3px;
    height: 24px;
    top: 0;
    left: 0;
    transform: translate(0);
    background: var(--theme-color);
}

.infor .nav li {
    font-size: 20px;
    line-height: 24px;
    margin: 0 50px 17px 0;
}

.infor .nav li.active,
.infor .nav li:hover {
    color: var(--theme-color);
}

.infor .listbox {
    gap: 38px 100px;
}

.infor .list {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.infor .list:hover {
    border-bottom: 1px solid var(--theme-color);
}

.infor .list a {
    height: auto;
    /* padding-bottom: 25px; */
}

.infor .list span {
    color: #999;
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
}

.infor .list p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 35px 0 55px;
    margin-bottom: 17px;
    background: url(../images/invest.png) no-repeat 0 3px /24px 26px;
}

.infor .list:hover p {
    color: var(--theme-color);
    font-weight: bold;
}

.infor .list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 55px;
}

.infor .list ul li {
    color: #666;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    border-radius: 50px;
    background: #eee;
}

.infor .list ul li:not(:last-child) {
    margin-right: 22px;
}

.infor .list ul li:hover {
    color: #009afe;
}

.infor .list ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 7px 0 29px;
    position: relative;
}

.infor .list ul li a::after {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    left: 7px;
    transform: translate(0, -50%);
    background-position: left center;
    background-image: url(../images/annex.png);
}

.infor .list ul li:hover a::after {
    background-image: url(../images/annex-touch.png);
}




.style {
    padding-top: 78px;
}

.style .theme-title {
    margin-bottom: 30px;
}

.style .hd {
    display: grid;
    grid-template-columns: repeat(6 , 1fr);
    gap: 0 155px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.style .hd li {
    font-size: 26px;
    line-height: 130px;
    cursor: pointer;
    height: 130px;
    position: relative;
}

.style .hd li::after {
    content: '';
    width: 0;
    height: 4px;
    top: auto;
    transform: translate(-50% , 0);
    bottom: -2px;
    transition: all .3s;
    background: var(--theme-color);
}

.style .hd li.on::after {
    width: 100%;
}

.style .hd li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.style .bd {
    font-size: 20px;
}

.style .bd .item {
    margin-bottom: 58px;
}

.style .bd .item .img {
    height: 735px;
    margin-bottom: 40px;
}

.style .bd .item:hover p,
.style .bd .list:hover p {
    color: var(--theme-color);
}

.style .bd .listbox {
    text-align: center;
    gap: 56px 22px;
}

.style .bd .list .img {
    height: 287px;
    margin-bottom: 28px;
}




.pro {
    padding: 90px 0 54px 0;
}

.pro .hd {
    max-width: 1400px;
    gap: 0 50px;
    margin: 0 auto 82px;
}

.pro .hd li {
    font-size: 26px;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    height: 65px;
    border-radius: 6px;
    background: #f1f1f1;
}

.pro .hd li.on {
    color: #fff;
    background: var(--theme-color);
}

.pro .hd li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.pro .bd .content {
    max-width: 1400px;
    margin: 0 auto 108px;
}

.pro .bd .content h4 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

.pro .bd .content .text {
    color: #666;
    font-size: 18px;
    line-height: 30px;
}

.pro .bd .img {
    height: 640px;
}




.pro2 {
    padding: 54px 0 115px 0;
}

.pro2 .theme-title,
.pro2 .gallery-slide {
    max-width: 1400px;
    margin: 0 auto;
}

.pro2 .theme-title {
    margin-bottom: 96px;
}

.pro2 .gallery-slide {
    height: 670px;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}

.pro2 .gallery-slide .img {
    position: relative;
}

.pro2 .gallery-slide .img::after {
    content: '';
    width: 100%;
    height: 440px;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0);
    background-image: linear-gradient(
        to top,
        rgba(0 , 0 , 0 , .7),
        rgba(0 , 0 , 0 , 0)
    );
}

.pro2 .gallery-slide .text {
    color: #fff;
    width: 100%;
    padding: 0 60px 53px 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro2 .gallery-slide .text h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro2 .gallery-slide .text p {
    font-size: 18px;
    line-height: 30px;
}

.pro2 .container {
    max-width: 1550px;
    margin: 0 auto;
    position: relative;
}

.pro2 .swiper-button-prev,
.pro2 .swiper-button-next {
    width: 20px;
    height: 34px;
}

.pro2 .swiper-button-prev {
    left: 0;
    background-image: url(../images/pleft.png);
}

.pro2 .swiper-button-next {
    right: 0;
    background-image: url(../images/pnext.png);
}

.pro2 .swiper-button-prev:hover {
    background-image: url(../images/pleft2.png);
}

.pro2 .swiper-button-next:hover {
    background-image: url(../images/pnext2.png);
}

.pro2 .thumb-slide {
    max-width: 1400px;
    margin: 0 auto;
}

.pro2 .thumb-slide .swiper-slide {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.pro2 .thumb-slide .img {
    height: 220px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
}

.pro2 .thumb-slide .img::before,
.pro2 .thumb-slide .img::after {
    content: '';
    opacity: 0;
    position: absolute;
}

.pro2 .thumb-slide .img::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0 , 168 , 255 , .1);
}

.pro2 .thumb-slide .img::after {
    width: 31px;
    height: 31px;
    z-index: 9;
    background: url(../images/psearch.png) no-repeat center/contain;
}

.pro2 .thumb-slide .swiper-slide-thumb-active .img::before,
.pro2 .thumb-slide .swiper-slide-thumb-active .img::after {
    opacity: 1;
}




.contact {
    padding: 90px 0 110px 0;
}

.contact .theme-title {
    margin-bottom: 78px;
}

.contact .list {
    color: #666;
    font-size: 20px;
    gap: 0 150px;
    margin-bottom: 82px;
}

.contact .list h4 {
    padding: 0 0 30px 45px;
    margin-bottom: 23px;
    position: relative;
    border-bottom: 1px solid #ccc;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: top left;
}

.contact .list .li:nth-child(1)  h4 {
    background-image: url(../images/con1.png);
}

.contact .list .li:nth-child(2)  h4 {
    padding-left: 34px;
    background-image: url(../images/con2.png);
}

.contact .list .li:nth-child(3)  h4 {
    padding-left: 53px;
    background-image: url(../images/con3.png);
}

.contact .list .li:hover h4 {
    color: var(--theme-color);
}

.contact .list h4::after {
    content: '';
    width: 45px;
    height: 4px;
    position: absolute;
    top: auto;
    left: 0;
    transform: translate(0);
    bottom: -2px;
    background: var(--theme-color);
}   

.contact .list p {
    line-height: 30px;
}

.contact .map {
    height: 680px;
}




.service {
    padding: 88px 0 125px 0;
    background: #fafafa;
}

.service .theme-title {
    margin-bottom: 68px;
}

.service .listbox {
	gap: 47px 55px;
}

.service .list {
	padding: 28px 40px 83px 40px;
	border-radius: 20px;
	transition: all .3s;
	box-shadow: 0px 0px 10px 10px #f5f5f5;
	background: #fff;
}

.service .list:hover {
	background: var(--theme-color);
}

.service .list .icon {
	width: 62px;
	height: 57px;
	margin-bottom: 32px;
	background-position: left center;
}

.service .list:hover .icon {
	-webkit-filter: grayscale(100%) brightness(500%);
	filter: grayscale(100%) brightness(500%);
}

.service .list h4 {
	color: var(--theme-color);
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 29px;
	margin-bottom: 29px;
	border-bottom: 1px solid #ccc;
}

.service .list:hover h4 {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.service .list p {
	color: #666;
	font-size: 17px;
	line-height: 30px;
}

.service .list:hover p {
	color: #fff;
}




.download {
    padding-top: 90px;
}

.download .theme-title {
    margin-bottom: 70px;
}

.download .listbox {
	gap: 55px 25px;
}

.download .list {
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 10px #f8f8f8;
	transition: all .4s;
}

.download .list:hover {
	background: var(--theme-color);
}

.download .list a {
	padding: 38px 25px 150px 25px;
}

.download .list h4 {
	color: #333;
	font-size: 20px;
}

.download .list span {
	color: var(--theme-color);
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	padding-right: 30px;
	position: absolute;
	left: 30px;
	bottom: 47px;
}

.download .list:hover h4,
.download .list:hover span
{
	color: #fff;
}

.download .list span::after {
	content: '';
	width: 19px;
	height: 15px;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	transform: translate(0);
	background-position: right bottom;
	background-image: url(../images/download.png);
}

.download .list:hover span::after {
	-webkit-filter: grayscale(100%) brightness(500%);
	filter: grayscale(100%) brightness(500%);
}

.download .pageContent {
    padding: 110px 0;
}




.about-title i {
    color: var(--theme-color);
}

.about-title i::after {
    display: none;
}




.about {
   padding: 90px 0 125px 0;
}

.about .container {
    display: flex;
    margin-bottom: 57px;
}

.about .theme-title {
    width: 565px;
}

.about .theme-title i {
    font-family: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about .theme-title h2 {
    margin-bottom: 34px;
}

.about .line {
    width: 354px;
    height: 4px;
    position: relative;
}

.about .line::before,
.about .line::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.about .line::before {
    left: 0;
    background: #95e522;
}

.about .line::after {
    top: auto;
    left: auto;
    right: 0;
    transform: translate(0);
    background: #009afe;
}

.about .introd,
.about .text
{
    color: #666;
    line-height: 40px;
}

.about .introd {
    font-size: 20px;
    text-align: right;
    width: 700px;
    margin-left: auto;
}

.about .text {
    font-size: 18px;
    margin-bottom: 79px;
}

.about .rolling {
    text-align: center;
}

.about .rolling .li:not(:last-child) {
    position: relative;
}

.about .rolling .li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 32px;
    left: auto;
    transform: translate(0 , -50%);
    right: 0;
    background: #333;
}

.about .rolling h4 {
    color: var(--theme-color);
    font-size: 60px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.about .rolling h4 sup {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    display: block;
    margin: 0 0 auto 10px;
}

.about .rolling p {
    font-size: 17px;
    line-height: 30px;
}

.about .img {
    height: 545px;
}




.course {
    padding: 97px 0 115px 0;
    background-image: url(../images/courseBg.jpg);
}

.course .theme-title {
    text-align: center;
    margin-bottom: 114px;
}

.course .thumb {
    position: relative;
    z-index: 10;
}

.course .thumb .swiper-button-prev,
.course .thumb .swiper-button-next 
{
	width: 43px;
	height: 43px;
    margin-top: 0;
	position: absolute;
    top: 40px;
	border-radius: 50%;
    box-shadow: 0px 0px 10px #eee;
	background: #fff;
}

.course .thumb .swiper-button-prev {
    left: 0;
}

.course .thumb .swiper-button-next {
    right: 0;
}

.course .thumb .swiper-button-prev::after,
.course .thumb .swiper-button-next::after
{
	content: '';
	width: 11px;
	height: 17px;
}

.course .thumb .swiper-button-prev::after {
	background-image: url(../images/pp.png);
}

.course .thumb .swiper-button-next::after {
	background-image: url(../images/pn.png); 
}

.course .thumb .swiper-button-prev:hover::after {
	background-image: url(../images/pp2.png);
}

.course .thumb .swiper-button-next:hover::after {
	background-image: url(../images/pn2.png); 
}

.course .thumb-slide {
	height: 100%;
	position: relative;
}

.course .thumb-slide::after {
	content: '';
	width: 100%;
	height: 2px;
	top: auto;
	left: 0;
	transform: translate(0);
	bottom: 95px;
	background: var(--theme-color);
}

.course .thumb-slide .swiper-slide {
	font-size: 30px;
	text-align: center;
	cursor: pointer;
    padding: 0 53px;
	position: relative;
	z-index: 10;
}

.course .thumb-slide .swiper-slide.active {
	color: var(--theme-color);
	font-weight: bold;
}


.course .thumb-slide .round {
    margin-top: 8px;
    position: relative;
    height: 117px;
}

.course .thumb-slide .dot {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.course .thumb-slide .dot::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    border-radius: 50%;
    background: #92c0e0;
}

.course .thumb-slide .swiper-slide.active .dot::before {
    opacity: 1;
}

.course .thumb-slide .dot::after {
    content: '';
    width: 20px;
    height: 20px;
    z-index: 9;
    border-radius: 50%;
    background: var(--theme-color);
}

.course .thumb-slide .line {
    width: 3px;
    height: 87px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: -1;
    background: var(--theme-color);
}

.course .gallery-slide {
    margin-top: -10px;
}

.course .gallery-slide .swiper-slide {
    font-size: 16px;
	line-height: 30px;
	height: auto;
	padding: 37px 28px 52px 35px;
	border-radius: 20px;
	background: #fff;
}

.course .gallery-slide p {
	padding-left: 22px;
	position: relative;
}

.course .gallery-slide p::after {
	content: '';
	width: 10px;
	height: 10px;
	top: 10px;
	left: 0;
	transform: translate(0 , 0);
    border-radius: 50%;
	background: #bfbfbf;
}

.course .gallery-slide .swiper-slide-active p::after {
	background: var(--theme-color);
}




.environ {
    padding: 120px 0 85px 0;
    background: #fafafa;
}

.environ .theme-title {
    margin-bottom: 85px;
}

.environ-slide .swiper-wrapper {
    margin-bottom: 55px;
}

.environ-slide .swiper-slide {
	width: 730px;
}

.environ-slide .img {
	margin-bottom: 38px;
	position: relative;
	border-radius: 38px;
	
	height: 450px;
}

.environ-slide .img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0);
	background: rgba(255 , 255 , 255 , .2);
}

.environ-slide .swiper-slide-active .img::after {
	background: rgba(255 , 255 , 255 , 0);
}

.environ-slide p {
	font-size: 20px;
    opacity: 0;
}

.environ-slide .swiper-slide-prev p,
.environ-slide .swiper-slide-next p,
.environ-slide .swiper-slide-active p {
    opacity: 1;
}

.environ-slide .swiper-slide-prev p {
    text-align: left;
    padding-left: 70px;
}

.environ-slide .swiper-slide-next p {
    text-align: right;
    padding-right: 70px;
}

.environ-slide .swiper-slide-active {
    text-align: center;
}




.honor {
    padding: 94px 0 116px 0;
}

.honor .theme-title {
    text-align: center;
    margin-bottom: 84px;
}

.honor .container {
    max-width: 1550px;
    position: relative;
    margin: 0 auto;
}

.honor .swiper-button-prev,
.honor .swiper-button-next {
    width: 20px;
    height: 34px;
    margin-top: 0;
    top: 143px;
}

.honor .swiper-button-prev {
    left: 0;
    background-image: url(../images/pleft.png);
}

.honor .swiper-button-prev:hover {
    background-image: url(../images/pleft2.png);
}

.honor .swiper-button-next {
    right: 0;
    background-image: url(../images/pnext.png);
}

.honor .swiper-button-next:hover {
    background-image: url(../images/pnext2.png);
}

.honor-slide {
    max-width: 1400px;
    margin: 0 auto;
}

.honor-slide .img {
    height: 320px;
    margin-bottom: 36px;
}

.honor-slide p {
    font-size: 20px;
    text-align: center;
}

.honor-slide .swiper-slide:hover p {
    color: var(--theme-color);
}




.abInfor {
    padding: 60px 0;
}

.abInfor h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.abInfor .skip {
    text-align: right;
    margin-bottom: 30px;
}

.abInfor .skip a {
    color: var(--theme-color);
    font-size: 14px;
}

.abInfor .skip a:hover {
    color: var(--theme-touch-color);
}

.abInfor .text {
    font-size: 16px;
    line-height: 30px;
}




.banner {
    position: relative;
    z-index: 99;
}

.banner .swiper-pagination {
    bottom: 80px;
}

.banner .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    margin: 0 6px!important;
    position: relative;
    background: transparent none no-repeat center/contain;
}

.banner .swiper-pagination-bullet-active {
    width: 23px;
    height: 23px;
    margin: 0 6px!important;
    position: relative;
    background: transparent url(../images/circle.png) no-repeat center/contain;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.banner .text {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.banner .text h4 {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 26px;
}

.banner .text .intro {
    font-size: 24px;
    line-height: 45px;
}




.iab {
    padding: 149px 0 160px;
    background-image: url(../images/iabBg.jpg);
}

.iab .item {
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
}

.iab .content {
    width: 600px;
}

.iab .theme-title {
    margin-bottom: 54px;
}

.iab .text {
    color: #666;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 85px;
}

.iab .img {
    width: 735px;
    height: 520px;
    margin: 49px 0 0 auto;
    border-radius: 80px 0 80px 0;
}




.i-title-container {
    display: flex;
    justify-content: space-between;
}

.i-title-container .i-more {
    margin: auto 0 4px 0;
}




.ibusin {
    padding: 107px 0 100px 0;
}

.ibusin .i-title-container {
    margin-bottom: 70px;
}

.ibusin-slide .swiper-wrapper {
    margin-bottom: 35px;
}

.ibusin-slide .switch {
    display: flex;
}

.ibusin-slide .switch .btn {
    width: 120px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.ibusin-slide .switch .swiper-button-prev,
.ibusin-slide .switch .swiper-button-next {
    width: 20px;
    height: 34px;
    margin-top: 0;
    position: static;
}

.ibusin-slide .switch .swiper-button-prev {
    background-image: url(../images/pleft.png);
}

.ibusin-slide .switch .swiper-button-prev:hover {
    background-image: url(../images/pleft2.png);
}

.ibusin-slide .switch .swiper-button-next {
    background-image: url(../images/pnext.png);
}

.ibusin-slide .switch .swiper-button-next:hover {
    background-image: url(../images/pnext2.png);
}

.ibusin-slide .swiper-slide {
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ibusin-slide .mask {
    height: 845px;
    padding: 120px 45px 175px 45px;
    background: rgba(0 , 0 , 0 , .1);
}

.ibusin-slide .mask.active {
    background: var(--theme-color);
}

.ibusin-slide .title h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px;
}

.ibusin-slide .title p {
    font-size: 21px;
}

.ibusin-slide .content {
    width: 100%;
    padding: 0 45px;
    position: absolute;
    top: 380px;
    left: 0;
    transition: all ease-in-out .3s;
}

.ibusin-slide .mask.active .content {
    top: 260px;
}

.ibusin-slide .content .icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-bottom: 207px;
    background-position: left center;
    background-image: url(../images/plus.png);
}

.ibusin-slide .mask.active .content .icon.active {
    margin-bottom: 59px;
}

.ibusin-slide .content .text {
    font-size: 18px;
    line-height: 30px;
    height: 210px;
    overflow: auto;
    scrollbar-width: none;
    display: none;
}

.ibusin-slide .mask.active .content .text {
    margin-bottom: 77px;
}

.ibusin-slide .i-more {
    cursor: pointer;
    border: 1px solid #fff;
    background: transparent;
}

.ibusin-slide .i-more:hover {
    background: var(--theme-color);
}




.inews {
    padding: 107px 0 130px 0;
    background: #f8f8f8;
}

.inews .i-title-container {
    margin-bottom: 96px;
}




.ienviron {
    padding: 100px 0 110px 0;
}

.ienviron .i-title-container {
    max-width: 1400px;
    margin: 0 auto 39px;
}

.ienviron .i-title-container .hd {
    display: flex;
    margin-top: auto;
}

.ienviron .i-title-container .hd li {
    color: #666;
    font-size: 24px;
    cursor: pointer;
}

.ienviron .i-title-container .hd li.on {
    color: var(--theme-color);
    font-weight: bold;
}
.ienviron .i-title-container .hd li:not(:last-child) {
    margin-right: 45px;
}

.ienviron .bd {
    padding-top: 30px;
    border-top: 1px solid #d2d2d2;
}

.ienviron .listbox {
    max-width: 1400px;
    gap: 0 140px;
    margin: 0 auto;
}

.ienviron .bd {
    margin-bottom: 50px;
}

.ienviron .list {
    color: #666;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px dashed #dcdcdc;
}

.ienviron .list:hover {
    color: var(--theme-color);
    font-weight: bold;
}

.ienviron .btn {
    max-width: 1400px;
    margin: 0 auto;
}